//==============================================================================
// TG Ballista shot_anim.txt
//==============================================================================

//==============================================================================
define trail
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Projectile Trail Ballista
        }
    }
}

//==============================================================================
define Fire
{
    TechLogic none/TG Ballista Lvl 11
    set hotspot
    {
        version
        {
            Visualnone jimmy
        }
    }   
    set hotspot
    {
        version
        {
            Visualparticle SFX A Burning Pitch Arrow
        }
    }
}

//==============================================================================
anim idle
{
   SetSelector
   {
		TechLogic none/TG Ballista Lvl 11
		set hotspot
		{
			version
			{
				Visual Projectile A Ballista Arrow
				connect hotspot trail hotspot
			}
		}
		set hotspot
		{
			version
			{
				Visual Projectile A Ballista Arrow
				ReplaceTexture siege n ballista bolt/siege n ballista bolt iron
				connect FIRE Fire hotspot
				connect hotspot trail hotspot
			}
		}
	}
}
